IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace > DelegatePropertyValueVerifier<T> Class > DelegatePropertyValueVerifier<T> Constructor : DelegatePropertyValueVerifier<T> Constructor(String,String,Boolean,ValueVerifierCondition<T>) |
'Declaration
Public Function New( _ ByVal errorMessage As String, _ ByVal propertyName As String, _ ByVal isRequired As Boolean, _ ByVal verifierCondition As IdeaBlade.Validation.ValueVerifierCondition(Of T) _ )
'Usage
Dim errorMessage As String Dim propertyName As String Dim isRequired As Boolean Dim verifierCondition As IdeaBlade.Validation.ValueVerifierCondition(Of T) Dim instance As New DelegatePropertyValueVerifier(Of T)(errorMessage, propertyName, isRequired, verifierCondition)
public DelegatePropertyValueVerifier<T>( string errorMessage, string propertyName, bool isRequired, IdeaBlade.Validation.ValueVerifierCondition<T> verifierCondition )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2